home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000046_news@watsun.cc.columbia.edu _Tue May 11 13:19:00 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA01575
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 11 May 1999 13:19:00 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA11434
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 11 May 1999 12:54:37 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: CKERMIT 1.90ALPHA - SCHOLAR REPLACE USROBOTICS
  11. Date: 11 May 1999 16:54:34 GMT
  12. Organization: Columbia University
  13. Message-ID: <7h9nca$b57$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <37385C02.34A6@worldnet.att.net>,
  17. Michael Hamelin  <hamelinm@worldnet.att.net> wrote:
  18. : NEED SERIOUS HELP...
  19. : We have an alphaserver 2100 running vms6.2-1h3 with ckermit-5a(190).
  20. : Cuurently we use dec scholar 2400 talking to mv3100 running vms
  21. : 5.3-5.5-2 with scholars or usrobotics (sportsters 33.6 faxmodems). we
  22. : have written scripts to download data to our 33 stores and upload data
  23. : from our stores in the afternoon.
  24. : this environment works...take the dec scholar out of the picture and
  25. : place a usrobotics in and change the fixed baud rate from 2400 to 19200
  26. : and the scripts breakdown. It connects and shows the user prompt, before
  27. : the script is ready and the script never gets to log in ??? i have
  28. : turned off modem error correction and data compression at both ends.
  29. : anybody have a clue ??? this is crazy...two modems with fixed rates ??
  30. : it is acting like a handshake occured and some characters got to vms
  31. : login section and shouldn't have ???
  32. Most likely your 2400-bps modem was slow enough to avoid data overruns in
  33. VMS, but 19200 is fast enough to cause them (in the absence of adequate
  34. flow control).
  35.  
  36. In any case, a lot has happened to C-Kermit since 5A(190) came out in 1994.
  37. Pick up C-Kermit 7.0 from:
  38.  
  39.   http://www.columbia.edu/kermit/ck70.html
  40.  
  41. Among other improvments, it knows how to set up a USR modem for dialing out
  42. from VMS exactly as it needs to be (modem signals, flow control, etc).
  43.  
  44. - Frank